home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 2124 / text0000.txt < prev   
Encoding:
Text File  |  1996-08-05  |  1.6 KB  |  31 lines

  1.  
  2. In article <4e1fv2$b25@nyx10.cs.du.edu> tchun@nyx10.cs.du.edu (Terrence Chun) writes:
  3.  > 
  4.  > I'm just using the Tandy 200 as a dumb terminal to the Amiga, connected by
  5.  > a serial null-modem.  The Tandy only has 18k of usable memory on-board, so
  6.  
  7.         As a "true" dumb terminal, you might want to look at opening a shell
  8. on AUX: (I think that is possible).  At that point, if it works, you would
  9. have an Amiga shell prompt showing up on the Tandy.  To transfer an ASCII file
  10. from the Amiga to the Tandy you would open the capture buffer, type "type
  11. <filename>" at the prompt, and sit back...  You would have to edit out your
  12. command lines from the capture buffer.  To go the other way, type "copy *
  13. <filename>" at the prompt, then start the ASCII send on the Tandy; only trick
  14. may be in getting the proper EOF sent to kill the copy command.
  15.  
  16.         Let me emphasize that I have not tried anything like that, so can not
  17. be sure.  My understanding is that AUX: handles data transfers on a more
  18. char-by-char basis, SER: wants larger buffers (full lines) before sending data
  19. on to an application (the shell).
  20.  
  21.         Check the manuals for AUX:, SER: and NewShell options ("newshell aux:"
  22. maybe?)
  23.  
  24. -- 
  25.  > ============================================================ <
  26.  >   wulfraed@netcom.com  | Wulfraed  Dennis Lee Bieber  KD6MOG <
  27.  >   D.Bieber@GEnie.com   |      FurryMUCK and FurToonia        <
  28.  > ============================================================ <
  29.  >          PGP key: Finger wulfraed@netcom.com                 <
  30.  > Home Page: ftp://ftp.netcom.com/pub/wu/wulfraed/wulfraed.htm <
  31.